Welcome![Sign In][Sign Up]
Location:
Search - remote control 1

Search list

[assembly languageRemote

Description: 一款用24L01给美的电器做的2.4G无线遥控器,用来控制风扇-A 24L01 to the United States used to do electrical of 2.4G wireless remote control, used to control fan
Platform: | Size: 59392 | Author: yuanrenk | Hits:

[Internet-NetworkGodsPredictor

Description: 完整的反弹型远程控制程序 穿透防火墙 完全实现类似灰鸽子的自动上线功能 显示连接者IP配合纯真IP数据库可显示地理位置 实现终端服务 下载者 NetCat(GUI版) [XXSL原创]-Complete rebound-type remote-control programs to penetrate the firewall fully realize similar gray pigeons features automatic on-line display with pure IP connection from IP location database can be displayed realize that those who download the Terminal Services NetCat (GUI version) [XXSL original]
Platform: | Size: 1317888 | Author: | Hits:

[OtherPS-ReCSDK1.1.0d

Description: canon SDK 开发包,PS-ReC SDK 1.1.0d为最新版本,支持canon PowerShot 系列数码相机。支持相机的远程控制,照片拍摄及下载。-canon SDK Development Kit, PS-ReC SDK 1.1.0d to latest version, support canon PowerShot series digital cameras. Supported camera s remote control, photo shoot and download.
Platform: | Size: 1124352 | Author: 廖炳 | Hits:

[OtherRDSDK111_Win

Description: canon SDK 开发包,RD SDK 1.1.1,支持canon PowerShot S30, PowerShot S40, PowerShot S45, PowerShot S50, PowerShot S60, PowerShot S70 PowerShot G1, PowerShot G2, PowerShot G3, PowerShot G5, PowerShot G6 PowerShot Pro90 IS, PowerShot Pro1数码相机。支持相机的远程控制,照片拍摄及下载,含开发包、文档、例子。-canon SDK development kit, RD SDK 1.1.1, support for canon PowerShot S30, PowerShot S40, PowerShot S45, PowerShot S50, PowerShot S60, PowerShot S70 PowerShot G1, PowerShot G2, PowerShot G3, PowerShot G5, PowerShot G6 PowerShot Pro90 IS, PowerShot Pro1 digital cameras. Supported camera s remote control, photo shooting and downloaded, including development kits, documentation, examples.
Platform: | Size: 2873344 | Author: 廖炳 | Hits:

[Remote ControlUltraVNC

Description: 远程控制软件UltraVNC 1.0.1(win32)源代码 远程控制软件UltraVNC 1.0.1(win32)源代码-Remote control software UltraVNC 1.0.1 (win32) remote control software source code for UltraVNC 1.0.1 (win32) source code
Platform: | Size: 1761280 | Author: BeMaverick | Hits:

[Remote Controlremotecontrol

Description: 远程控制源码 1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。 -Remote Control Source 1) real-time monitoring operation of the remote computer s desktop changes (2): fast and accurate view to be monitored in real-time desktop computer information, video features with Remote Desktop, you can review the history of any period of time desktop information. (3): control function with Remote Desktop, you can operate as the same as the local computer operating the remote computer. (4): can be manipulated at the same time and view more than 10 computer. (5): the use of TCP/IP protocol, high compression ratio difference Chuan plans to ensure rapid and steady image transmission. (6): System for the C/S structure, client anti-deletion process.
Platform: | Size: 5270528 | Author: 高松 | Hits:

[Remote ControlICanSeeYou

Description: ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。代码重用性通过结合程序员定义的类和定义良好、精心测试、文档完整、可移植和用途广泛的FCL(重用框架类库),开发者进行软件构建,这种形式的软件重用加速了功能强大和高质量软件的开发。而本项目定义了不少可重用的代码,例如文件的各种操作,鼠标的模拟点击,键盘的模拟按键按下,关机,屏幕截取,API函数库,网络的基本操作等。-ICanSeeYou remote control software (all C# Source code) with the other documentation. Code reusability programmers through a combination of the definition of class and well-defined, well-tested, document integrity, portable and uses a wide range of FCL (Framework Class Library reuse), a software developer to build, this form of software reuse to accelerate a powerful and high-quality software. The definition of this project a lot of reusable code, such as documents of various operations, simulated mouse clicks, keyboard analog button press, shutdown, screens interception, API library, the network s basic operation.
Platform: | Size: 4835328 | Author: 赵鹏 | Hits:

[SCMchip1

Description: VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inbuf2[50] //接收缓冲区 unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr T2CON=0x30 TH2=0x00 TL2=0x00 RCAP2H=0xFF RCAP2L=0xDC TR2=1 } //向串口发送一个字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0-VB player remote control infrared remote control decoder# Include <regX52.h># Define c (x) (x* 110592/120000) sbit Ir_Pin = P3 ^ 2 sbit beep = P2 ^ 1// sbit RELAY = P2 ^ 0# define INBUF_LEN 4// data length unsigned char inbuf1 [INBUF_LEN] = (0, 0, 0, 0)// Send buffer unsigned char inbuf2 [50]// receive buffer unsigned char count3 void init_serialcomm (void) ( SCON = 0x50// SCON: serail mode 1, 8-bit UART, enable ucvrT2CON = 0x30 TH2 = 0x00 TL2 = 0x00 RCAP2H = 0xFF RCAP2L = 0xDC TR2 = 1)// to send a serial character void send_char_com (unsigned char ch ) (SBUF = ch while (TI == 0) TI = 0
Platform: | Size: 12667904 | Author: 微微 | Hits:

[Internet-Networkcontrol

Description: 实现局域网内的远程控制,客户端对服务端实现完全控制-LAN realize remote control, client service to achieve complete control of client
Platform: | Size: 2285568 | Author: toilet | Hits:

[Windows DevelopCDSDK612_Win

Description: 佳能相机SDK 6.12,含有VC例子程序和文档-Canon digital Camera remote control SDK
Platform: | Size: 4932608 | Author: yuhongchun | Hits:

[assembly languageremote

Description: po asm file for remote control source
Platform: | Size: 4096 | Author: shanjai | Hits:

[Embeded-SCM DevelopREMOTE

Description: NEC-SIRCS-JAPAN-RC5-SAMSUNG compatible, multiprotocol infrared remote control. Replaces up to 6 existing remote controls into one. With manual learning function, LED display and/or LCD. 2V6-3V2, low power (sleep function) More protocols will be added later if needed (DENON, DAEWOO, MOTOROLA, RECS80.) -NEC-SIRCS-JAPAN-RC5-SAMSUNG compatible, multiprotocol infrared remote control. Replaces up to 6 existing remote controls into one. With manual learning function, LED display and/or LCD. 2V6-3V2, low power (sleep function) More protocols will be added later if needed (DENON, DAEWOO, MOTOROLA, RECS80.)
Platform: | Size: 73728 | Author: LU GU | Hits:

[OS programVCremote-control

Description: 一个简单的vc++制作的远程控制源代码 值得学习-A simple production of vc++ source code of the remote control worthy of study
Platform: | Size: 37888 | Author: alex | Hits:

[SCMWireless-remote-control-intelligent-robot-designed

Description: 这是一个无线遥控智能爬行机器人的设计,这应该算是一个机电类的设计方案-This is a wireless remote control intelligent robot designed to crawl, which should be regarded as a kind of mechanical and electrical design
Platform: | Size: 261120 | Author: 陆小凤 | Hits:

[Windows Developgh0st1.0

Description: 远程控制软件!红娘VIP会员拿来的! 希望大家好好用!-Remote control software! VIP Member used the Matchmaker! Hope that we make good use!
Platform: | Size: 1145856 | Author: 盗版小C | Hits:

[Internet-Networkgh0st

Description: 饭客网络精简版gh0st 去掉了大多数功能 免杀方便 适合做辅助远控-Network Starter Edition off rice gh0st removed easily kill most of the features suitable for free-assisted Remote Control
Platform: | Size: 1307648 | Author: 情殇 | Hits:

[OtherIR-remote-control

Description: 本书介绍了红外线发射与接收器件及超声波传感器的基本知识、选用和测试方法、电路的设计技巧,提供了几十个新颖而实用红外线和超声波遥控电路。-This book describes the infrared transmitter and receiver devices and ultrasonic sensors basic knowledge, selection and testing methods, circuit design techniques, providing dozens of new and useful infrared and ultrasonic remote control circuits.
Platform: | Size: 6002688 | Author: 章志上 | Hits:

[Otherremote-control

Description: 本书包括遥控系统的构成原理、音频遥控原理与实验、红外遥控原理与实验、超声遥控原理与实验、射频遥控原理与实验、实用遥控电路举例与分析.-This book includes a remote control system of the composition principle, audio remote control theory and experiment, infrared remote control theory and experiment, theory and experimental ultrasonic remote control, RF remote control theory and experiment, and practical control circuit examples and analysis.
Platform: | Size: 5506048 | Author: michael | Hits:

[Internet-NetworkRemoteControl

Description: 远程桌面监控系统.(1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。 -Remote Desktop Monitoring System. (1) real-time monitoring a remote computer' s desktop operating changes (2): fast and accurate view of real-time desktop computers have been monitored information, with remote desktop recording function, you can see the history of any period of time desktop information. (3): with remote control of the desktop, you can operate the same as the operation of the local computer, remote computer. (4): You can also control and view the computer more than 10 months. (5): Using TCP/IP protocol, high compression ratio difference in mass map, to ensure rapid and stable image transmission. (6): The system for C/S structure, client-side process, anti-delete.
Platform: | Size: 5248000 | Author: 307 | Hits:

[Communication1.5Delphi

Description: 广外女生1.5Delphi源代码 曾经十分热门的远控木马-Foreign girls 1.5Delphi the source code widely used to be very popular remote control Trojan horse
Platform: | Size: 104448 | Author: mike jistur | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net